projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f966e8
)
Remove use of ::has-separator property
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 6 Sep 2010 04:26:17 +0000
(
00:26
-0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 6 Sep 2010 04:26:17 +0000
(
00:26
-0400)
gtk/gtkprintunixdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkprintunixdialog.c
b/gtk/gtkprintunixdialog.c
index d0cdae8c8c5f4e6ee9a43261b60cc7b11843ad1e..ff8749b034b12f4b60afe737b0e7f6d4b5dfa024 100644
(file)
--- a/
gtk/gtkprintunixdialog.c
+++ b/
gtk/gtkprintunixdialog.c
@@
-3866,7
+3866,6
@@
gtk_print_unix_dialog_new (const gchar *title,
result = g_object_new (GTK_TYPE_PRINT_UNIX_DIALOG,
"transient-for", parent,
"title", _title,
- "has-separator", FALSE,
NULL);
return result;